1 <?php
2 ob_start();
3 include(
"header.php");
4 include(
"sidebar.php");
5 include(
"dbconnection.php");
6 ?>
7 <?php
8 $sql = mysql_query(
"select * from employee where employeeid='$_GET[empid]'");
9 $row = mysql_fetch_array($sql);
10 ?>
11
12
13         <div id=
"main">
14
15             <a name=
"TemplateInfo"></a>
16             <h1>View More</h1>
17         <form action=
"viewemployees.php" method="post" name="form1" id="form1">
18             <table width=
"500", border="0">
19                 <th width=
"169" height="33" scope="row">Employee First Name</th>
20                 <td width=
"140">
21                   <label
for="fname"></label>
22                   <label
for="custname"></label>
23                   <label
for="sparename"></label>
24                   <label
for="vehname2"></label>
25                   <label
for="empname"></label>
26                <?php echo $row[
'fname']; ?></td>
27               </tr>
28               <tr>
29                 <th height=
"33" scope="row">Employee Last Name
30                   <label
for="lname"></label></th>
31                 <td><label
for="vehname"></label>
32                   <label
for="sparetype"></label>
33                   <label
for="vehname3"></label>
34                 <?php echo $row[
'lname']; ?></td>
35               </tr>
36               <tr>
37                 <th height=
"28" scope="row">Login Id</th>
38                 <td><p>
39                   <label
for="email"></label>
40                   <label
for="model"></label>
41                   <label
for="vehicleno"></label>
42                   <label
for="spareno"></label>
43                   <label
for="sparename2"></label>
44                   <label
for="model2"></label>
45                   <?php echo $row[
'loginid']; ?>
46                 </td>
47               </tr>
48               <tr>
49                 <th height=
"31" scope="row">emailid</th>
50                 <td><label
for="password"></label>
51                   <label
for="date"></label>
52                   <label
for="description"></label>
53                   <label
for="brand"></label>
54                  <?php echo $row[
'emailid']; ?></td>
55               </tr>
56               <tr>
57                 <th height=
"36" scope="row">Contact Number</th>
58                 <td><label
for="confpass"></label>
59                   <label
for="images"></label>
60                   <label
for="address"></label>
61                   <label
for="image"></label>
62                   <label
for="images2"></label>
63                   <label
for="images3"></label>
64                   <label
for="file"></label>
65                    <?php echo $row[
'contactno1']; ?>
66               </tr>
67               <tr>
68                 <th height=
"33" scope="row">Mobile Number</th>
69                 <td><label
for="estprice"></label>
70                  <?php echo $row[
'contactno2']; ?></td>
71               </tr>
72               <tr>
73                 <th scope=
"row">&nbsp;</th>
74                 <td><input type=
"submit" name="submit" id="submit" value="Back" /></td>
75               </tr>
76           </table>
77 </form>
78             <p>&nbsp;</p>
79 <br />
80
81         </div>
82
83 <!-- wrap ends here -->
84 </div>
85
86 <?php
87 include(
"footer.php");
88 ?>


Gõ tìm kiếm nhanh...